Class org.omg.CORBA.ExceptionDefHelper
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ExceptionDefHelper
java.lang.Object
|
+----org.omg.CORBA.ExceptionDefHelper
- public final class ExceptionDefHelper
- extends Object
-
__read(InputStream)
-
-
__write(OutputStream, ExceptionDef)
-
-
_is_a(Object)
-
-
extract(Any)
-
-
id()
-
-
insert(Any, ExceptionDef)
-
-
narrow(Object)
-
-
type()
-
__write
public static void __write(OutputStream out,
ExceptionDef that)
__read
public static ExceptionDef __read(InputStream in)
extract
public static ExceptionDef extract(Any a)
insert
public static void insert(Any a,
ExceptionDef that)
type
public static synchronized TypeCode type()
id
public static String id()
_is_a
public static boolean _is_a(Object that)
narrow
public static ExceptionDef narrow(Object that) throws BAD_PARAM
All Packages Class Hierarchy This Package Previous Next Index